Welcome![Sign In][Sign Up]
Location:
Search - transparent window

Search list

[GUI Developapi_eg

Description: 利用VC++制作的透明窗口,可以调整透明度-Using VC produced by a transparent window, you can adjust the transparency of
Platform: | Size: 24576 | Author: chenliuzhang | Hits:

[ComboBox1

Description: 一个关于透明窗口的控件,使用比较方便,可以借鉴使用-A transparent window on the control, the use of more convenient, you can learn from the use of
Platform: | Size: 3072 | Author: 大师傅 | Hits:

[Windows CETransparentVolumeBar

Description: wince透明窗口,类似于音量控制窗体,始终置于顶层,采用区域裁减算法生成-wince a transparent window, similar to volume control form, and always placed in the top level, using regional reduction algorithm
Platform: | Size: 103424 | Author: 郭清文 | Hits:

[Dialog_Windowwindow_Cwnd

Description: 实现窗口透明 只需在创建窗口函数中加入 SetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE, GetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE)^0x80000) HINSTANCE hInst = LoadLibrary("User32.DLL") if(hInst) { typedef BOOL (WINAPI *MYFUNC)(HWND,COLORREF,BYTE,DWORD) MYFUNC fun = NULL //取得SetLayeredWindowAttributes函数指针 fun=(MYFUNC)GetProcAddress(hInst, "SetLayeredWindowAttributes") if(fun)fun(this->GetSafeHwnd(),0,200,2) FreeLibrary(hInst) }-Just the realization of a transparent window in the creation of a window function to add SetWindowLong (this-> GetSafeHwnd (), GWL_EXSTYLE, GetWindowLong (this-> GetSafeHwnd (), GWL_EXSTYLE) ^ 0x80000) HINSTANCE hInst = LoadLibrary ( User32.DLL ) if (hInst ) (typedef BOOL (WINAPI* MYFUNC) (HWND, COLORREF, BYTE, DWORD) MYFUNC fun = NULL// function pointer SetLayeredWindowAttributes made fun = (MYFUNC) GetProcAddress (hInst, SetLayeredWindowAttributes ) if (fun) fun (this-> GetSafeHwnd (), 0200,2) FreeLibrary (hInst))
Platform: | Size: 1561600 | Author: zhangwei | Hits:

[Windows DevelopVCMake

Description: 初学VC的好东西。很多个小例子和文档说明。主要内容(例子):01 菜单加速键 02 动态创建菜单 03 位图菜单项 04 制作鼠标右键弹出的菜单 05 给系统菜单添加菜单项 06 模式对话框 07 无模式对话框 08 AfxMessageBox的使用 09 基于对话框的应用程序 10 改变对话框的背景色 11 滚动轴的使用 12 隐藏任务栏 13 限制窗口大小的改变 14 创建不规则窗口 15 透明窗口 16 一个总在最上的紫色窗口 17 使窗口居中显示 18 拖非标题栏移动窗口 19 拆分窗口 20 自动停靠窗口 初学VC或者大学生朋友可以好好研究一下这些例子。-VC beginner good things. Many small examples and documentation. The main content (example): 01 menu button to speed up the creation of 02 dynamic menu menu item 03 Figure 04 produced the right mouse button pop-up menu to add 05 to the system menu mode menu item 06 dialog 07 Modeless Dialog 08 AfxMessageBox based on the use of 09 10 applications dialog box to change the background color of 11 rolling axis 12 hide the taskbar window size limit of 13 changes to 14 to create irregular window transparent window 15 of a total of 16 in the most purple on the window 17 so that the middle window display of 18 trailers non-title bar moving window of 19 split window 20 automatically docked window VC beginner or college friends can look at these examples carefully.
Platform: | Size: 3275776 | Author: zhangyu | Hits:

[Dialog_WindowTransparentWindow

Description: 透明窗口示例。适合初学者。 -Examples of transparent window. Suitable for beginners.
Platform: | Size: 40960 | Author: 王洪贵 | Hits:

[GDI-BitmapTransparentTest

Description: 视窗中位图透明显示的实现技术 源代码名称:TransparentTest 调试环境:Win XP;VC++ 6.0-Bitmap transparent window to display the name of the source code technology: TransparentTest debugging environment: Win XP VC++ 6.0
Platform: | Size: 570368 | Author: 张建峰 | Hits:

[GUI DevelopAdage

Description: 桌面透明窗口格言软件,支持交互式操作(右击透明窗口)支持1280*1024窗口,只要稍加修改就可以支持各种分辨率窗口-Desktop transparent window motto software to support interactive operations (right-click the transparent window) supported 1280* 1024 window, as long as the slightly modified to support various resolution window
Platform: | Size: 22528 | Author: 刘永生 | Hits:

[Windows Developtransparencewindows

Description: 代码实现了利用位图进行窗口的透明,编译环境vc6.0开发环境-Code for the use of bitmap transparent window, the compiler development environment environment vc6.0
Platform: | Size: 133120 | Author: Radcat | Hits:

[GUI DevelopSplash

Description: VS2005下的一个透明Splash样例,前几个没事的时候做着玩的,很简单的代码,可以做出透明启动窗口的效果...送给大家-VS2005 under the Splash a transparent sample, the first few doing nothing when playing, a very simple code, you can start to make a transparent window effects to the U.S. ...
Platform: | Size: 268288 | Author: 阿哲 | Hits:

[Dialog_WindowCreateTransparentWnds

Description: 使用Visual C++编写的创建透明窗口示例程序-The use of Visual C++ Prepared sample programs to create a transparent window
Platform: | Size: 129024 | Author: Metal | Hits:

[GDI-Bitmapumvistad3d

Description: This article will demonstrate how to access the power of Vista s new hardware accelerated windowing system without "managed" languages and best of all, without any use of .NET at all. The application provided uses good old unmanaged C++ and DirectX 9 Ex to create an anti-aliased, semi-transparent, 3D spinning cube on an Aero Glass window that operates as smoothly as any other application under Vista.
Platform: | Size: 24576 | Author: 含羞草 | Hits:

[GUI Developsmallprogramofvc++

Description: 总结了20个在VC中常用的20个源码程序,主要在窗口绘制上使用,主要有位图菜单项、模式对话框、 限制窗口大小、透明窗、拆分窗口、自动停靠等各种功能-Summed up the 20 commonly used in the VC-source program 20, the main draw of the window to use the main menu item bitmap, mode dialog box to restrict the window size, transparent window, split window, various functions such as automatic call
Platform: | Size: 35762176 | Author: 脉冲信号 | Hits:

[GUI DevelopTransparentWindow_demo

Description: 使用位图掩码,实现透明窗口的例子,使用Window2000以上平台.-The use of bitmap mask to achieve a transparent window for example, the use of more than Window2000 platform.
Platform: | Size: 23552 | Author: Seteven | Hits:

[Special EffectsAudioBar6

Description: 功能描述:这是一个示波器显示控件,能够完成类似于示波器的功能。最多可以同时显示8个通道的数据波形,在控件上鼠标单击右键切换波形全屏显示/正常显示,在控件上鼠标单击左键可以暂停/继续,波形颜色,悉数等可以设置参数调节。鼠标位于控件上时会有十字形的定位线(图中蓝色十字线),同时有半透明的窗口显示当前坐标。由于采用了向内存DC绘图然后贴到pic控件上的方法绘制波形,所以控件的大小可以在运行时任意改变。-Functional Description: This is an oscilloscope display controls, similar to those able to complete the function of oscilloscope. At the same time, up to eight channels of data waveforms, in the control switch on the mouse right-click full-screen waveform display/normal shows that controls on the left mouse click can pause/continue, waveform color, all you can set parameters such as adjustment . Controls when the mouse will be located in the positioning of cross line (Blue Cross plans in line), while semi-transparent window shows the current coordinates. As a result of the mapping to the memory DC and then paste it into the pic on the way to control waveform drawing, so the size of control can be changed at runtime.
Platform: | Size: 76800 | Author: xiang57 | Hits:

[Windows Developscreenpainter_src

Description: 在桌面上画图,程序其实是个透明背景窗口。-Drawing on the desktop, the program is a transparent window background.
Platform: | Size: 96256 | Author: test | Hits:

[GUI DevelopPBchangeskin

Description: PB换肤,透明窗口例子程序,可以实现各种漂亮的皮肤,彻底解决pb界面问题-PB skin, transparent window procedure example, you can realize all kinds of beautiful skin, completely resolved the issue of the interface pb
Platform: | Size: 314368 | Author: fjbrett | Hits:

[OtherCreateHWNDTest

Description: 本程序是一个演示如何快速生成一个覆盖整个屏幕的透明窗体.(包括任务栏).qq截屏程序用的就是这个.注意,运行后千万不要因为是死机了,是因为整个屏幕被透明窗体覆盖了.呵呵,按alt加tab切换程序.-This procedure is a demonstration of how to quickly generate a transparent screen cover the entire form. (Including the taskbar). Qq Screenshots used in this procedure. Attention must not be running because it is a crash, because the whole screen was a transparent window body cover. Oh, by alt plus tab switch process.
Platform: | Size: 1393664 | Author: newfire2000 | Hits:

[Dialog_Windowfffff

Description: VC中透明窗口的代码,传上来大家一起分享,哈哈不需要账号也可以下载哦-Transparent window in VC code, Chuan-up share with everyone, ha ha do not need to account can also download Oh
Platform: | Size: 65536 | Author: yuanming | Hits:

[Dialog_WindowLayerWnd

Description: VC实现的透明窗口,加载一个位图,有桌面上随机显示-VC realize the transparent window, load a bitmap, the desktop has a random display
Platform: | Size: 12784640 | Author: aris | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 25 »

CodeBus www.codebus.net